projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acaf543
)
Replace member by memq for clarity
author
Jeremy Bryant
<jb@jeremybryant.net>
Fri, 1 Mar 2024 22:46:55 +0000
(22:46 +0000)
committer
Justin Burkett
<justin@burkett.cc>
Sun, 3 Mar 2024 01:29:23 +0000
(20:29 -0500)
* which-key.el (which-key--side-window-max-dimensions):
Replace member by memq.
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index c522f59a26b2e80bba38e58ebc29e789ba7986f4..9623c729b929974732387b42a318a5a63a55e757 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-1448,7
+1448,7
@@
characters respectively."
which-key-side-window-max-height))
;; width
(max 0
- (- (if (mem
ber
which-key-side-window-location '(left right))
+ (- (if (mem
q
which-key-side-window-location '(left right))
(which-key--total-width-to-text
(which-key--width-or-percentage-to-width
which-key-side-window-max-width))